home *** CD-ROM | disk | FTP | other *** search
/ AI Game Programming Wisdom / AIGameProgrammingWisdom.iso / SourceCode / 03 Pathfinding with Astar / 01 Matthews / ase / resource.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-07-06  |  1.7 KB  |  44 lines

  1. //{{NO_DEPENDENCIES}}
  2. // Microsoft Developer Studio generated include file.
  3. // Used by ase.rc
  4. //
  5. #define IDD_ABOUTBOX                    100
  6. #define ID_VIEW_ARRANGE                 127
  7. #define IDR_MAINFRAME                   128
  8. #define IDR_ASETYPE                     129
  9. #define IDB_NODEICONS                   130
  10. #define IDC_DRAWTYPE                    1001
  11. #define ID_WEIGHT0                      32773
  12. #define ID_WEIGHT20                     32774
  13. #define ID_WEIGHT40                     32775
  14. #define ID_WEIGHTIMPASSABLE             32776
  15. #define ID_STARTINGPOINT                32777
  16. #define ID_ENDPOINT                     32778
  17. #define ID_EXECUTEASTAR                 32783
  18. #define ID_STEPASTAR                    32785
  19. #define ID_EDIT_CLEARBOARD              32786
  20. #define ID_PATHING_ALLOWDIAGONAL        32787
  21. #define ID_PATHING_CONTINUOUSUPDATE     32788
  22. #define ID_PATHING_DISPLAYGOALNODE      32789
  23. #define ID_VIEW_AROUTE                  32790
  24. #define ID_RUNTOBREAKPOINT              32791
  25. #define ID_PATHING_BREAKPOINTS_POINT    32796
  26. #define ID_PATHING_BREAKPOINTS_OLUPDATE 32797
  27. #define ID_PATHING_BREAKPOINTS_OLCHILD  32798
  28. #define ID_PATHING_BREAKPOINTS_CLUPDATE 32799
  29. #define ID_PATHING_BREAKPOINTS_CLCHILD  32800
  30. #define ID_PATHING_BREAKPOINTS_NEWCHILD 32801
  31. #define ID_PATHING_RELATIVECOSTING      32806
  32.  
  33. // Next default values for new objects
  34. // 
  35. #ifdef APSTUDIO_INVOKED
  36. #ifndef APSTUDIO_READONLY_SYMBOLS
  37. #define _APS_3D_CONTROLS                     1
  38. #define _APS_NEXT_RESOURCE_VALUE        133
  39. #define _APS_NEXT_COMMAND_VALUE         32807
  40. #define _APS_NEXT_CONTROL_VALUE         1002
  41. #define _APS_NEXT_SYMED_VALUE           101
  42. #endif
  43. #endif
  44.